/* CSS Document */

.navigation{
	font-family: "Lucida Handwriting";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	width: 117px;
	height: 32px;
	top: 359px;
	text-align: center;
	padding-top: 10px;
}


.navigation:hover{
	font-family: "Lucida Handwriting";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #C6E8F4;
	display: block;
	width: 117px;
	height: 32px;
	top: 359px;
	text-align: center;
	padding-top: 10px;
}
